Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/#21-movie rating #32

Merged
merged 13 commits into from
Jul 12, 2022
Merged

feature/#21-movie rating #32

merged 13 commits into from
Jul 12, 2022

Conversation

weAreStarsDust
Copy link
Collaborator

Closes #21

  • Написаны эндпоинты для работы с рейтингом фильмов

p.s.: С тестами я пока так и не решил проблему, не могу проверить их работоспособность, не хочет запускаться докер для тестов, так что писал "на глазок". Сегодня уже не успеваю, так же там надо бы добавить тест который считает корректность подсчета среднего рейтинга.
Я бы еще посидел, но как ты и просил пушу "как есть".

Copy link
Owner

@ReznikovRoman ReznikovRoman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pycb В принципе, не очень много правок надо делать

Все изменения по комментариям сделаю сам, проверю тесты и разберусь с мердж конфликтами

src/ugc/api/v1/handlers/ugc.py Outdated Show resolved Hide resolved
src/ugc/domain/rating/repositories.py Outdated Show resolved Hide resolved
src/ugc/api/v1/handlers/ugc.py Outdated Show resolved Hide resolved
src/ugc/api/v1/handlers/ugc.py Outdated Show resolved Hide resolved
src/ugc/api/v1/openapi.py Outdated Show resolved Hide resolved
tests/functional/api/v1/rating/test_film_rating_create.py Outdated Show resolved Hide resolved
tests/functional/api/v1/rating/test_film_rating_create.py Outdated Show resolved Hide resolved
tests/functional/api/v1/rating/test_film_rating_create.py Outdated Show resolved Hide resolved
src/ugc/domain/rating/__init__.py Outdated Show resolved Hide resolved
@ReznikovRoman
Copy link
Owner

Ну и еще - если изменяешь/добавляешь переменные окружения, то надо обновлять файл README (2 блока с .env) и GitHub workflow (там тоже указываются переменные)

@ReznikovRoman
Copy link
Owner

И еще - почему ты не проверял работу с Кафкой? Это же основной функционал, файл docker-compose только для разработки вещей, которые не связаны с брокером.

Ты не создал топик в Кафке:

@ReznikovRoman ReznikovRoman merged commit 6983a81 into master Jul 12, 2022
@ReznikovRoman ReznikovRoman deleted the feature/#21-movie_rating branch July 12, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Movie rating
2 participants